# SAM build recipe (BuildMethod: makefile): ap-build assembles the app, its dependencies and run.sh
# (bootstrap for Go) for the Lambda Web Adapter — the same recipe for every language.

build-ApiFunction:
	AP_ARTIFACTS="$(ARTIFACTS_DIR)" ap-build package
